home *** CD-ROM | disk | FTP | other *** search
/ Personal Paint v7.1 / Cloanto Personal Paint v7.1.iso / utilities / cloanto_script_dt / test_2 < prev    next >
Text File  |  1996-02-21  |  778b  |  32 lines

  1. .k ""
  2. .bra {
  3. .ket }
  4.  
  5.  
  6.  
  7.  
  8. ; ***  If you can read this text, it means that the  ***
  9. ; ***  Script DataType is not being used.            ***
  10. ; ***                                                ***
  11. ; ***  Please double-click on "Test_1" to verify     ***
  12. ; ***  that either MultiView or AmigaGuide are       ***
  13. ; ***  installed in a standard location.             ***
  14.  
  15.  
  16.  
  17.  
  18. If EXISTS SYS:Utilities/MultiView
  19.   Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_2.guide
  20. Else
  21.   Which >NIL: MultiView
  22.   If WARN
  23.     If EXISTS SYS:Utilities/AmigaGuide
  24.       Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_2.guide
  25.     Else
  26.       Echo "Neither MultiView nor AmigaGuide could be found."
  27.     EndIf
  28.   Else
  29.     Run >NIL: <NIL: MultiView >NIL: <NIL: Test_2.guide
  30.   EndIf
  31. EndIf
  32.